multiple pointer meaning in English
多重指示器
多重指针
Examples
- You can initialize multiple pointers , as long as they are all of the same type
只要指针的类型相同,就可以初始化多个指针: - String pooling allows what were intended as multiple pointers to multiple buffers to be as multiple pointers to a single buffer
字符串池允许将作为指向多个缓冲区的多个指针用作指向单个缓冲区的多个指针。 - When you declare multiple pointers in the same declaration , the is written along with the underlying type only , not as a prefix to each pointer name
当在同一个声明中声明多个指针时, *仅与基础类型一起使用,而不是作为每个指针名称的前缀。